Skip to content

chore: bump the npm-major group across 1 directory with 3 updates#40

Merged
altaywtf merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-major-649649a3c7
May 22, 2026
Merged

chore: bump the npm-major group across 1 directory with 3 updates#40
altaywtf merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-major-649649a3c7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps the npm-major group with 3 updates in the / directory: nanoevents, @types/node and typescript.

Updates nanoevents from 5.1.13 to 9.1.0

Release notes

Sourced from nanoevents's releases.

9.1.0

Changelog

Sourced from nanoevents's changelog.

9.1.0

9.0

  • Dropped Node.js 16 support.
  • Reduced size (by @​igisev).

8.0

  • Dropped Node.js 14 support.
  • Fixed types (by @​jakub791).

7.0.1

  • Reduced size.

7.0

  • Improved performance (by Sergey Ukustov).
  • Dropped Node.js 12 support.

6.0.2

  • Reduced npm package size.

6.0.1

  • Fixed package.json export (by Jules Robichaud-Gagnon).

6.0

  • Moved project to ESM-only type. Applications must use ESM too.
  • Dropped Node.js 10 support.
Commits

Updates @types/node from 24.12.0 to 25.9.1

Commits

Updates typescript from 5.9.3 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Upgrade nanoevents to 9.1.0, typescript to 6.0.3, and @types/node to 25.9.1 to keep tooling current and align with Node 18+ and ESM.

  • Dependencies

    • nanoevents: 5.1.13 → 9.1.0
    • typescript: 5.9.3 → 6.0.3
    • @types/node: 24.12.0 → 25.9.1
  • Migration

    • Node 18+ and ESM imports for nanoevents are required.
    • Re-run type checks with TypeScript 6 and update tsconfig if needed.

Written for commit 7af86ab. Summary will update on new commits. Review in cubic

Bumps the npm-major group with 3 updates in the / directory: [nanoevents](https://github.com/ai/nanoevents), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `nanoevents` from 5.1.13 to 9.1.0
- [Release notes](https://github.com/ai/nanoevents/releases)
- [Changelog](https://github.com/ai/nanoevents/blob/main/CHANGELOG.md)
- [Commits](ai/nanoevents@5.1.13...9.1.0)

Updates `@types/node` from 24.12.0 to 25.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.3)

---
updated-dependencies:
- dependency-name: nanoevents
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-major
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 20, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Re-trigger cubic

@altaywtf altaywtf merged commit e228e1f into main May 22, 2026
4 checks passed
@altaywtf altaywtf deleted the dependabot/npm_and_yarn/npm-major-649649a3c7 branch May 22, 2026 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant